home *** CD-ROM | disk | FTP | other *** search
/ SGI Freeware 2002 November / SGI Freeware 2002 November - Disc 3.iso / dist / fw_mysql.idb / usr / freeware / catman / u_man / cat1 / mysql.Z / mysql
Encoding:
Text File  |  2002-10-07  |  4.6 KB  |  123 lines

  1. MYSQL(1)                         MYSQL(1)
  2.  
  3.  
  4.  
  5. NNAAMMEE
  6.        mysql  -     text-based  client for    mysqld,    a SQL-based rela
  7.        tional database daemon
  8.  
  9. SSYYNNOOPPSSIISS
  10.        mmyyssqqll [--BB|----bbaattcchh] [--##|----ddeebbuugg== _l_o_g_f_i_l_e]    [--TT|----ddeebbuugg--iinnffoo]
  11.        [--ee|----eexxeecc==  _c_o_m_m_a_n_d] [--ff|----ffoorrccee] [--??|----hheellpp] [--hh|----hhoosstt==
  12.        _h_o_s_t_n_a_m_e] [--nn|----uunnbbuuffffeerreedd]  [--pp[[ppwwdd]]]  [_-_-_p_a_s_s_w_o_r_d_=_[_p_w_d_]]
  13.        [--PP|----ppoorrtt==  _p_n_u_m]  [--qq|----qquuiicckk]     [--rr|----rraaww] [--ss|----ssiilleenntt]
  14.        [--SS|----ssoocckkeett==  _s_n_u_m]  [--uu|----uusseerr==  _u_n_a_m_e]   [--vv|----vveerrbboossee]
  15.        [--VV|----vveerrssiioonn] [--ww|----wwaaiitt]
  16.  
  17. DDEESSCCRRIIPPTTIIOONN
  18.        The _m_y_s_q_l program provides a curses-based interface to the
  19.        SQL-based database server daemon, _m_y_s_q_l_d(1).  Full  fuller
  20.        documentation,  refer to    the HTML documents installed with
  21.        the package.
  22.  
  23. OOPPTTIIOONNSS
  24.        --BB|----bbaattcchh
  25.           Print results with a tab as separator, each row  on
  26.           a    new line.
  27.  
  28.        --##|----ddeebbuugg==_l_o_g_f_i_l_e
  29.           Employ the specified debug log.
  30.  
  31.        --TT|----ddeebbuugg--iinnffoo
  32.           Print debug information upon exiting.
  33.  
  34.        --ee || ----eexxeecc==ccoommmmaanndd
  35.           Execute  the specified command and quit ((--batch is
  36.           implicit).
  37.  
  38.        --ff|----ffoorrccee
  39.           Continue even if the face    of a SQL error.
  40.  
  41.        --??|----hheellpp
  42.           Display a    help message and exit.
  43.  
  44.        --hh|----hhoosstt==_h_o_s_t_n_a_m_e
  45.           Connect to the specified host.
  46.  
  47.        --nn|----uunnbbuuffffeerreedd
  48.           Flush the    buffer after each query.
  49.  
  50.        --pp|----ppaasssswwoorrdd[==_p_w_d]
  51.           Employ the specified password  when  connecting  to
  52.           the  database  server.   If  a password is not sup
  53.           plied, it    will be    requested interactively.
  54.  
  55.        --PP|----ppoorrtt==_p_n_u_m
  56.           Employ the specified port    number for connecting  to
  57.           the database server.
  58.  
  59.        --qq|----qquuiicckk
  60.           Do not cache the result; print it    row by row.  This
  61.           may slow down the    server    if  the     output     is  sus
  62.           pended.
  63.  
  64.        --rr|----rraaww
  65.           Write   fields   without    conversion.   (used  with
  66.           ----bbaattcchh).
  67.  
  68.        --ss|----ssiilleenntt
  69.           Silent mode: reduce the amount of    output.
  70.  
  71.        --SS|----ssoocckkeett==_s_n_u_m
  72.           Employ the specified socket file for connecting  to
  73.           the database server.
  74.  
  75.        --uu|----uusseerr==_u_n_a_m_e
  76.           Employ  the  specified  user name    for logging in to
  77.           the server.
  78.  
  79.        --vv|----vveerrbboossee
  80.           Verbose mode: write  more     Specifying  this  option
  81.           _t_w_i_c_e produces a tabular output format.
  82.  
  83.        --VV|----vveerrssiioonn
  84.           Print the    _m_y_s_q_l version number and exit.
  85.  
  86.        --ww|----wwaaiitt
  87.           Wait and retry if    the database server connection is
  88.           down.
  89.  
  90. FFIILLEESS
  91.        _/_d_e_p_o_t_/_b_i_n_/_m_y_s_q_l         executable
  92.  
  93.        _/_d_e_p_o_t_/_b_i_n_/_m_y_s_q_l_d     executable
  94.  
  95.        _/_d_e_p_o_t_/_b_i_n_/_s_a_f_e___m_y_s_q_l_d
  96.                  executable    shell script for starting
  97.                  mysqld safely
  98.  
  99.        _/_s_i_t_e_/_v_a_r_/_m_y_s_q_l_/_d_a_t_a  location of database files
  100.  
  101. EEXXAAMMPPLLEE
  102.        You can also read a backup dump file back into MySQL with:
  103.  
  104.        mmyyssqqll  _d_a_t_a_b_a_s_e << backup-file.sql
  105.  
  106. SSEEEE AALLSSOO
  107.        isamchk (1), isamlog (1), mysqlaccess (1), mysqladmin (1),
  108.        mysqlbug     (1),  mysqld  (1), mysqldump (1), mysqlshow (1),
  109.        msql2mysql (1), perror (1), replace (1),    safe_mysqld  (1),
  110.        which1 (1), zap (1),
  111.  
  112. AAUUTTHHOORR
  113.        Ver  6.3,  distribution    3.20.20     Michael (Monty) Widenius
  114.        (monty@tcx.se), TCX  Datakonsult     AB  (http://www.tcx.se).
  115.        This  software  comes with no warranty.    Manual page by R.
  116.        P. C. Rodgers, Lister Hill National Center for  Biomedical
  117.        Communication,    U.S.   National      Library   of     Medicine
  118.        (rodgers@nlm.nih.gov).
  119.  
  120.  
  121.  
  122.                13 June 1997             MYSQL(1)
  123.